func internal/bisect.fnv

3 uses

	internal/bisect (current package)
		bisect.go#L625: 			h = fnv(h, v)
		bisect.go#L646: 				h = fnv(h, x)
		bisect.go#L698: func fnv(h uint64, x byte) uint64 {